home *** CD-ROM | disk | FTP | other *** search
/ Minami 55 / MINAMI55.ISO / Varios / Juegos / 03 - Red_Ninja.swf / scripts / DefineButton2_166 / BUTTONCONDACTION on(keyPress Up).as < prev   
Text File  |  2004-10-04  |  238b  |  12 lines

  1. on(keyPress "<Up>"){
  2.    setProperty("/map/b", _X, - "2000");
  3.    setProperty("/map/b", _Y, - "2000");
  4.    set("/:adelay","0");
  5.    tellTarget("/map/man")
  6.    {
  7.       gotoAndStop("uwalk");
  8.       play();
  9.    }
  10.    set("/:face","1");
  11. }
  12.